home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-13 | 22.6 KB | 483 lines | [TEXT/MPS ] |
- ; Version: 2.69
- ; Created: Tuesday, September 19, 1989 at 10:00:41 AM
- ;
- ; File:SysErr.a
- ;
- ; Assembler Interface to the Macintosh Libraries
- ; Copyright Apple Computer, Inc. 1984-1988
- ; All Rights Reserved
- ;
- ; System Error Equates -- This file defines the equates for the Macintosh
- ; return error codes This is divided into two pieces for assembly
- ; space and speed considerations. The wholeErrors flag is used to include
- ; the less common equates which realizes a complete set.
- ;___________________________________________________________________________
-
- IF (&TYPE('wholeErrors') = 'UNDEFINED') THEN
- wholeErrors EQU 0
- ENDIF
-
-
- ; General System Errors (VBL Mgr, Queueing, Etc.)
-
- noErr EQU 0 ; 0 for success
- qErr EQU -1 ; queue element not found during deletion
- vTypErr EQU -2 ; invalid queue element
- corErr EQU -3 ; core routine number out of range
- unimpErr EQU -4 ; unimplemented core routine
- seNoDB EQU -8 ; no debugger installed to handle debugger command
-
- ; I/O System Errors
-
- controlErr EQU -17 ;Driver can't respond to Control call / Unimplemented control instruction
- statusErr EQU -18 ;Driver can't respond to Status call
- readErr EQU -19 ;Driver can't respond to Read call
- writErr EQU -20 ;Driver can't respond to Write call
- badUnitErr EQU -21 ;Driver reference number doesn't match unit table
- unitEmptyErr EQU -22 ;Driver reference number specifies NIL handle in unit table
- openErr EQU -23 ;Requested read/write permission doesn't match driver's open permission / Attempt to open RAM serial Driver failed
- closErr EQU -24 ;Close error
- dRemovErr EQU -25 ; tried to remove an open driver
- dInstErr EQU -26 ; DrvrInstall couldn't find driver in resources
- abortErr EQU -27 ; I/O request aborted by KillIO / I/O abort error
- iIOAbortErr EQU -27 ; IO abort error (Printing Manager)
- notOpenErr EQU -28 ; Couldn't rd/wr/ctl/sts cause driver not opened
-
- ; File System error codes:
-
- dirFulErr EQU -33 ; File Directory full
- dskFulErr EQU -34 ; disk full / All allocation blocks on the volume are full
- nsvErr EQU -35 ; no such volume / Specified volume doesn't exist
- ioErr EQU -36 ; I/O error (bummers)
- bdNamErr EQU -37 ; Bad file name or volume name (perhaps zero length)
- fnOpnErr EQU -38 ; File not open
- eofErr EQU -39 ; Logical End-of-file reached during read operation
- posErr EQU -40 ; Attempt to position to before start of file (r/w)
- mFulErr EQU -41 ; memory full (open) or file won't fit (load)
- tmfoErr EQU -42 ; too many files open
- fnfErr EQU -43 ; File not found
- wPrErr EQU -44 ; diskette is write protected
- fLckdErr EQU -45 ; file is locked
- vLckdErr EQU -46 ; volume is locked
- fBsyErr EQU -47 ; File is busy (delete) one or more files are open
- dupFNErr EQU -48 ; duplicate filename (rename)
- opWrErr EQU -49 ; file already open with with write permission
- paramErr EQU -50 ; error in user parameter list / Not an existing volume, and no default volume / Bad positioning information / Bad drive number
- rfNumErr EQU -51 ; Path reference number specifies nonexistant access path
- gfpErr EQU -52 ; get file position error
- volOffLinErr EQU -53 ; volume not on line error (was Ejected)
- permErr EQU -54 ; permissions error (on file open) / Attempt to open locked file for writing
- pixMapTooDeepErr EQU -148
- volOnLinErr EQU -55 ; drive volume already on-line at MountVol
- nsDrvErr EQU -56 ; no such drive (tried to mount a bad drive num)
- noMacDskErr EQU -57 ; not a mac diskette (sig bytes are wrong)
- extFSErr EQU -58 ; volume in question belongs to an external fs
- fsRnErr EQU -59 ; file system internal error: problem during rename
- ; during rename the old entry was deleted but could
- ; not be restored . . .
- badMDBErr EQU -60 ; bad master directory block: must reinitialize volume
- wrPermErr EQU -61 ; Read/write permission doesn't allow writing
-
- ; Font Manager Error Codes
-
- fontDecError EQU -64 ; error during font declaration
- fontNotDeclared EQU -65 ; font not declared
- fontSubErr EQU -66 ; font substitution occured
-
- ; Disk, Serial Ports, Clock Specific Errors
-
- firstDskErr EQU -84
- lastDskErr EQU -64
- noDriveErr EQU -64 ; drive not installed
- offLinErr EQU -65 ; r/w requested for an off-line drive
- noNybErr EQU -66 ; couldn't find 5 nybbles in 200 tries / disk is probably blank
- noAdrMkErr EQU -67 ; couldn't find valid addr mark
- dataVerErr EQU -68 ; read verify compare failed
- badCksmErr EQU -69 ; addr mark checksum didn't check
- badBtSlpErr EQU -70 ; bad addr mark bit slip nibbles
- noDtaMkErr EQU -71 ; couldn't find a data mark header
- badDCksum EQU -72 ; bad data mark checksum
- badDBtSlp EQU -73 ; bad data mark bit slip nibbles
- wrUnderrun EQU -74 ; write underrun occurred
- cantStepErr EQU -75 ; step handshake failed
- tk0BadErr EQU -76 ; track 0 detect doesn't change
- initIWMErr EQU -77 ; unable to initialize IWM
- twoSideErr EQU -78 ; tried to read 2nd side on a 1-sided drive
- spdAdjErr EQU -79 ; unable to correctly adjust disk speed
- seekErr EQU -80 ; track number wrong on address mark
- sectNFErr EQU -81 ; sector number never found on a track
- fmt1Err EQU -82 ; can't find sector 0 after track format
- fmt2Err EQU -83 ; can't get enough sync
- verErr EQU -84 ; track failed to verify
-
-
- clkRdErr EQU -85 ; unable to read same clock value twice
- clkWrErr EQU -86 ; time written did not verify
- prWrErr EQU -87 ; parameter ram written didn't read-verify
- prInitErr EQU -88 ; InitUtil found the parameter ram uninitialized
- rcvrErr EQU -89 ; SCC receiver error (framing, parity, OR)
- breakRecd EQU -90 ; Break received (SCC)
-
- ; AppleTalk error codes
-
- ddpSktErr EQU -91 ; error in soket number
- ddpLenErr EQU -92 ; data length too big
- noBridgeErr EQU -93 ; no network bridge for non-local send
- lapProtErr EQU -94 ; error in attaching/detaching protocol
- excessCollsns EQU -95 ; excessive collisions on write
- portInUse EQU -97 ; driver Open error code (port is in use)
- portNotCf EQU -98 ; driver Open error code (parameter RAM not
- ; Power Manager Errors
- pmBusyErr EQU -13000 ; Pmgr never ready to start handshake
- pmReplyTOErr EQU -13001 ; Timed out waiting for reply
- pmSendStartErr EQU -13002 ; during send, pmgr did not start hs
- pmSendEndErr EQU -13003 ; During send, pmgr did not finish hs
- pmRecvStartErr EQU -13004 ; During receive, pmgr did not start hs
- pmRecvEndErr EQU -13005 ; During receive, pmgr did not finish hs
- ; configured for this connection)
- memROZErr EQU -99 ; hard error in ROZ
-
- ; Scrap Manager error codes
-
- noScrapErr EQU -100 ; No scrap exists error
- noTypeErr EQU -102 ; No object of that type in scrap
-
- ; Storage allocator error codes
-
- memFullErr EQU -108 ; Not enough room in heap zone
- nilHandleErr EQU -109 ; Handle was NIL in HandleZone or other;
- memWZErr EQU -111 ; WhichZone failed (applied to free block);
- memPurErr EQU -112 ; trying to purge a locked or non-purgeable block;
- memAdrErr EQU -110 ; address was odd, or out of range;
- memAZErr EQU -113 ; Address in zone check failed;
- memPCErr EQU -114 ; Pointer Check failed;
- memBCErr EQU -115 ; Block Check failed;
- memSCErr EQU -116 ; Size Check failed;
- memLockedErr EQU -117 ; trying to move a locked block (MoveHHi)
-
- ; New system error codes :
-
- dirNFErr EQU -120 ; Directory not found
- tmwdoErr EQU -121 ; No free WDCB available
- badMovErr EQU -122 ; Move into offspring error
- wrgVolTypErr EQU -123 ; Wrong volume type error
- ; [operation not supported for MFS]
- volGoneErr EQU -124 ; Server volume has been disconnected.
- ; error codes -130 to -140 reserved for HFS FileID calls <V1.7 DNF>
- fidNotFound EQU -130 ; no file thread exists <V1.7 DNF>
- fidNotAFile EQU -131 ; directory specified <V1.7 DNF>
- fidExists EQU -132 ; file id already exists <V1.7 DNF>
-
- ; Resource Manager error codes (other than I/O errors)
-
- resNotFound EQU -192 ; Resource not found
- resFNotFound EQU -193 ; Resource file not found
- addResFailed EQU -194 ; AddResource failed
- addRefFailed EQU -195 ; AddReference failed
- rmvResFailed EQU -196 ; RmveResource failed
- rmvRefFailed EQU -197 ; RmveReference failed
- resAttrErr EQU -198 ; attribute inconsistent with operation
- mapReadErr EQU -199 ; map inconsistent with operation
-
- ; Syserrs to be used instead of inline $A9FF and $ABFF
-
- userBreak EQU -490 ; user debugger break
- strUserBreak EQU -491 ; user debugger break; display string on stack
- exUserBreak EQU -492 ; user debugger break; execute debugger commands on stack
-
- ;______________________________________________________________
- ;
- ; some miscellaneous result codes
-
- evtNotEnb EQU 1 ; event not enabled at PostEvent
-
-
- IF wholeErrors THEN
-
- ; System Error Alert ID definitions. These are just for reference because
- ; one cannot intercept the calls and do anything programmatically...
-
- dsSysErr EQU 32767 ; general system error
- dsBusError EQU 1 ; bus error
- dsAddressErr EQU 2 ; address error
- dsIllInstErr EQU 3 ; illegal instruction error
- dsZeroDivErr EQU 4 ; zero divide error
- dsChkErr EQU 5 ; check trap error
- dsOvflowErr EQU 6 ; overflow trap error
- dsPrivErr EQU 7 ; privelege violation error
- dsTraceErr EQU 8 ; trace mode error
- dsLineAErr EQU 9 ; line 1010 trap error
- dsLineFErr EQU 10 ; line 1111 trap error
- dsMiscErr EQU 11 ; miscellaneous hardware exception error
- dsCoreErr EQU 12 ; unimplemented core routine error
- dsIrqErr EQU 13 ; uninstalled interrupt error
- dsIOCoreErr EQU 14 ; IO Core Error
- dsLoadErr EQU 15 ; Segment Loader Error
- dsFPErr EQU 16 ; Floating point error
- dsNoPackErr EQU 17 ; package 0 not present
- dsNoPk1 EQU 18 ; package 1 not present
- dsNoPk2 EQU 19 ; package 2 not present
- dsNoPk3 EQU 20 ; package 3 not present
- dsNoPk4 EQU 21 ; package 4 not present
- dsNoPk5 EQU 22 ; package 5 not present
- dsNoPk6 EQU 23 ; package 6 not present
- dsNoPk7 EQU 24 ; package 7 not present
- dsMemFullErr EQU 25 ; out of memory!
- dsBadLaunch EQU 26 ; can't launch file
- dsFSErr EQU 27 ; file system map has been trashed
- dsStknHeap EQU 28 ; stack has moved into application heap
- dsReinsert EQU 30 ; request user to reinsert off-line volume
- dsNotThe1 EQU 31 ; not the disk I wanted
- negZcbFreeErr EQU 33 ; ZcbFree has gone negative
- shutDownAlert EQU 42 ; handled like a shutdown error
- menuPrgErr EQU 84 ; happens when a menu is purged
- ;DSMbarNFnd EQU 85 ; SysErr -- cannot find MBDF <FJL PMAB143>
- ;DSHMenuFindErr EQU 86 ; SysErr -- recursively defined HMenus <FJL PMAB143>
- dsParityErr EQU 101 ; memory parity error <1.5><1.6>
-
- ; serial driver error masks
- swOverrunErr EQU 1 ;Serial driver overrun error
- parityErr EQU 16 ;serial parity error
- hwOverrunErr EQU 32 ;serial hardware overrun
- framingErr EQU 64 ;serial framing error
-
- ENDIF
-
-
- ;************ ADDITIONS MADE FOR NEW QUICKDRAW AND COLOR **************
- ; Note: the following error codes are also used but not documented anywhere obvious!!
- ;
- ; dsGreeting EQU 40 ; welcome to Macintosh greeting
- ; dsFinderErr EQU 41 ; can't load the Finder error
- ;
-
- ;Slot Declaration ROM Manager Errors
-
- siInitSDTblErr EQU 1 ;slot int dispatch table could not be initialized.
- siInitVBLQsErr EQU 2 ;VBLqueues for all slots could not be initialized.
- siInitSPTblErr EQU 3 ;slot priority table could not be initialized.
- sdmJTInitErr EQU 10 ;SDM Jump Table could not be initialized.
- sdmInitErr EQU 11 ;SDM could not be initialized.
- sdmSRTInitErr EQU 12 ;Slot Resource Table could not be initialized.
- sdmPRAMInitErr EQU 13 ;Slot PRAM could not be initialized.
- sdmPriInitErr EQU 14 ;Cards could not be initialized.
-
- ; Menu Manager Errors
-
- dsMBarNFnd EQU 85 ;Menu bar not found
- dsHMenuFindErr EQU 86 ;Menu find error
-
- ; Color Quickdraw & Color Manager Errors
-
- cMatchErr EQU -150 ; Color2Index failed to find an index
- cTempMemErr EQU -151 ; failed to allocate memory for temporary structures
- cNoMemErr EQU -152 ; failed to allocate memory for structure
- cRangeErr EQU -153 ; range error on colorTable request
- cProtectErr EQU -154 ; colorTable entry protection violation
- cDevErr EQU -155 ; invalid type of graphics device
- cResErr EQU -156 ; invalid resolution for MakeITable
- ;Other toolbox ;
-
- wdefNFnd EQU 87 ; could not load WDEF
- cdefNFnd EQU 88 ; could not load CDEF
-
- ;more errors
-
- unitTblFullErr EQU -29 ; unit table has no more entries
- dceExtErr EQU -30 ; dce extension error
- dsBadSlotInt EQU 51 ; unserviceable slot interrupt
- dsBadSANEopcode EQU 81 ; bad opcode given to SANE Pack4
- dsNoPatch EQU 98 ; Can't patch for particular Model Mac <S429>
- dsBadPatch EQU 99 ; Can't load patch resource <PMAB335> <S348>
- memROZWarn EQU -99 ; soft error in ROZ
- memROZError EQU -99 ; hard error in ROZ
- updPixMemErr EQU -125 ;insufficient memory to update a pixmap
-
- ;Menu Manager
-
- mBarNFnd EQU -126 ; system error code for MBDF not found
- hMenuFindErr EQU -127 ; could not find HMenu's parent in MenuKey
-
- ;Sound Manager Error Returns
-
- noHardware EQU -200 ;Sound manager no hardware error
- notEnoughHardware EQU -201 ;Soundd manager not enough hardware error
- queueFull EQU -203 ;Sound manager queue full
- resProblem EQU -204 ;Sound manager res problem
- badChannel EQU -205 ;Sound manager bad channel
- badFormat EQU -206 ;Sound manager bad format
- ;Notification Manager Errors
- nmTypErr EQU -299 ;Wrong queue type
-
-
- ;---The following errors may be generated during system Init. If they are,
- ; they will be logged into the sInfo array and returned each time a call
- ; to the slot manager is made (for the card wich generated the error).
-
- ;Errors specific to the start mgr.
- smSDMInitErr EQU -290 ;Error, SDM could not be initialized.
- smSRTInitErr EQU -291 ;Error, Slot Resource Table could not be initialized.
- smPRAMInitErr EQU -292 ;Error, Slot Resource Table could not be initialized.
- smPriInitErr EQU -293 ;Error, Cards could not be initialized.
- smEmptySlot EQU -300 ;No card in slot
- smCRCFail EQU -301 ;CRC check failed for declaration data
- smFormatErr EQU -302 ;FHeader Format is not Apple's
- smRevisionErr EQU -303 ;Wrong revison level
- smNoDir EQU -304 ;Directory offset is Nil
- smLWTstBad EQU -305 ;Long Word test field <> $5A932BC7.
- smNosInfoArray EQU -306 ;No sInfoArray. Memory Mgr error.
- smResrvErr EQU -307 ;Fatal reserved error. Resreved field <> 0.
- smUnExBusErr EQU -308 ;Unexpected BusError
- smBLFieldBad EQU -309 ;ByteLanes field was bad.
- smFHBlockRdErr EQU -310 ;Error occured during _sGetFHeader.
- smFHBlkDispErr EQU -311 ;Error occured during _sDisposePtr (Dispose of FHeader block).
- smDisposePErr EQU -312 ;_DisposePointer error
- smNoBoardSRsrc EQU -313 ;No Board sResource.
- smGetPRErr EQU -314 ;Error occured during _sGetPRAMRec (See SIMStatus).
- smNoBoardId EQU -315 ;No Board Id.
- smInitStatVErr EQU -316 ;The InitStatusV field was negative after primary or secondary init.
- smInitTblVErr EQU -317 ;An error occured while trying to initialize the Slot Resource Table.
- smNoJmpTbl EQU -318 ;SDM jump table could not be created.
- smBadBoardId EQU -319 ;BoardId was wrong, re-init the PRAM record.
- smBusErrTO EQU -320 ;BusError time out.
-
- ;---The following errors are for primary or secondary init code. The errors are logged in the
- ;vendor status field of the sInfo record. Normally the vendor error is not Apple's concern,
- ;but a special error is needed to patch secondary inits.
-
- svTempDisable EQU -32768 ;Temporarily disable card but run primary init.
- svDisabled EQU -32640 ;Reserve range -32640 to -32768 for Apple temp disables.
-
-
- ;---The following errors may be generated at any time after system Init and will not
- ; be logged into the sInfo array.
-
- smBadRefId EQU -330 ;Reference Id not found in List
- smBadsList EQU -331 ;Bad sList: Id1 < Id2 < Id3 ... format is not followed.
- smReservedErr EQU -332 ;Reserved field not zero
- smCodeRevErr EQU -333 ;Code revision is wrong
- smCPUErr EQU -334 ;Code revision is wrong
- smsPointerNil EQU -335 ;LPointer is nil {From sOffsetData. If this error occurs, check sInfo rec for more information.}
- smNilsBlockErr EQU -336 ;Nil sBlock error {Dont allocate and try to use a nil sBlock}
- smSlotOOBErr EQU -337 ;Slot out of bounds error
- smSelOOBErr EQU -338 ;Selector out of bounds error
- smNewPErr EQU -339 ;_NewPtr error
- smBlkMoveErr EQU -340 ;_BlockMove error
- smCkStatusErr EQU -341 ;Status of slot = fail.
- smGetDrvrNamErr EQU -342 ;Error occured during _sGetDrvrName.
- smDisDrvrNamErr EQU -343 ;Error occured during _sDisDrvrName.
- smNoMoresRsrcs EQU -344 ;No more sResources
- smsGetDrvrErr EQU -345 ;Error occurred during _sGetDriver.
- smBadsPtrErr EQU -346 ;Bad pointer was passed to sCalcsPointer
- smByteLanesErr EQU -347 ;NumByteLanes was determined to be zero.
- smOffsetErr EQU -348 ;Offset was too big (temporary error, should be fixed)
- smNoGoodOpens EQU -349 ;No opens were successfull in the loop.
- smSRTOvrFlErr EQU -350 ;SRT over flow.
- smRecNotFnd EQU -351 ;Record not found in the SRT.
-
-
- ;Device Manager Slot Support Error
-
- slotNumErr EQU -360 ; invalid slot # error
- gcrOnMFMErr EQU -400 ; gcr format on high density media error
- rgnTooBigErr EQU -500 ;region too big error
- teScrapSizeErr EQU -501 ;scrap item too big for text edit record
- hwParamErr EQU -502 ;bad selector for _HWPriv
-
-
- ; error codes for VM routines ;
-
- notEnoughMemoryErr EQU -620 ; insufficient physical memory <v1.4>
- notHeldErr EQU -621 ; specified range of memory is not held <v1.4>
- cannotMakeContiguousErr EQU -622 ; cannot make specified range contiguous <v1.4>
- notLockedErr EQU -623 ; specified range of memory is not locked <v1.4>
- interruptsMaskedErr EQU -624 ; don’t call with interrupts masked <v1.4>
- cannotDeferErr EQU -625 ; unable to defer additional functions <v1.4>
-
-
- ; AppleTalk - NBP error codes
-
- nbpBuffOvr EQU -1024 ; Buffer overflow in LookupName
- nbpNoConfirm EQU -1025 ; Name not confirmed on ConfirmName
- nbpConfDiff EQU -1026 ; Name confirmed at different socket
- nbpDuplicate EQU -1027 ; Duplicate name exists already
- nbpNotFound EQU -1028 ; Name not found on remove
- nbpNISErr EQU -1029 ; Error trying to open the NIS
-
- ; ASP errors codes (XPP driver)
-
- aspBadVersNum EQU -1066 ; Server cannot support this ASP version
- aspBufTooSmall EQU -1067 ; Buffer too small
- aspNoMoreSess EQU -1068 ; No more sessions on server
- aspNoServers EQU -1069 ; No servers at that address
- aspParamErr EQU -1070 ; Parameter error
- aspServerBusy EQU -1071 ; Server cannot open another session
- aspSessClosed EQU -1072 ; Session closed
- aspSizeErr EQU -1073 ; Command block too big
- aspTooMany EQU -1074 ; Too many clients (server error)
- aspNoAck EQU -1075 ; No ack on attention request (server err)
-
- ;AppleTalk - ATP error codes
-
- reqFailed EQU -1096 ; SendRequest failed: retry count exceeded
- tooManyReqs EQU -1097 ; Too many concurrent requests
- tooManySkts EQU -1098 ; Too many concurrent responding-sockets
- badATPSkt EQU -1099 ; Bad ATP-responding socket
- badBuffNum EQU -1100 ; Bad response buffer number specififed
- noRelErr EQU -1101 ; No release received
- cbNotFound EQU -1102 ; Control Block (TCB or RspCB) not found
- noSendResp EQU -1103 ; AddResponse issued without SendResponse
- noDataArea EQU -1104 ; No data area for request to MPP
- reqAborted EQU -1105 ; SendRequest aborted by RelTCB
- buf2SmallErr EQU -3101 ;buffer too small error
- noMPPErr EQU -3102 ;no MPP error
- ckSumErr EQU -3103 ;check sum error
- extractErr EQU -3104 ;extraction error
- readQErr EQU -3105 ;read queue error
- atpLenErr EQU -3106 ;ATP length error
- atpBadRsp EQU -3107 ;ATP bad response error
- recNotFnd EQU -3108 ;Record not found
- sktClosedErr EQU -3109 ;Socket closed error
-
- ; AFP errors codes (XPP driver)
-
- afpAccessDenied EQU -5000 ; AFP access denied
- afpAuthContinue EQU -5001 ; AFP authorization continue
- afpBadUAM EQU -5002 ; AFP bad UAM
- afpBadVersNum EQU -5003 ;AFP bad version number
- afpBitmapErr EQU -5004 ; AFP bit map error
- afpCantMove EQU -5005 ; AFP can't move error
- afpDenyConflict EQU -5006 ; AFP deny conflict
- afpDirNotEmpty EQU -5007 ;AFP dir not empty
- afpDiskFull EQU -5008 ;AFP disk full
- afpEofError EQU -5009 ; AFP End-of-File error
- afpFileBusy EQU -5010 ; AFP file busy
- afpFlatVol EQU -5011 ; AFP flat volume
- afpItemNotFound EQU -5012 ; AFP item not found
- afpLockErr EQU -5013 ; AFP lock error
- afpMiscErr EQU -5014 ; AFP misc error
- afpNoMoreLocks EQU -5015 ; AFP no more locks
- afpNoServer EQU -5016 ;AFP no server
- afpObjectExists EQU -5017 ; AFP object already exists
- afpObjectNotFound EQU -5018 ; AFP object not found
- afpParmErr EQU -5019 ; AFP parm error
- afpRangeNotLocked EQU -5020 ; AFP range not locked
- afpRangeOverlap EQU -5021 ; AFP range overlap
- afpSessClosed EQU -5022 ; AFP session closed
- afpUserNotAuth EQU -5023 ;AFP user not authorized
- afpCallNotSupported EQU -5024 ; AFP call not supported
- afpObjectTypeErr EQU -5025 ; AFP object type error
- afpTooManyFilesOpen EQU -5026 ; AFP too many files open
- afpServerGoingDown EQU -5027 ; AFP server going down
- afpCantRename EQU -5028 ;AFP can't rename
- afpDirNotFound EQU -5029 ;AFP directory not found
- afpIconTypeError EQU -5030 ; AFP icon type error
- afpVolLocked EQU -5031 ; Volume is Read-Only
- afpObjectLocked EQU -5032 ; Object is M/R/D/W inhibited
-
- ; SysEnvirons Errors
-
- envNotPresent EQU -5500 ; returned by glue environment not present.
- envBadVers EQU -5501 ; Version non-positive , bad version number
- envVersTooBig EQU -5502 ; Version bigger than call can handle
-